const crypto/tls.alertNoRenegotiation

6 uses

	crypto/tls (current package)
		alert.go#L51: 	alertNoRenegotiation              alert = 100
		alert.go#L88: 	alertNoRenegotiation:              "no renegotiation",
		conn.go#L849: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L1277: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1282: 		return c.sendAlert(alertNoRenegotiation)
		conn.go#L1285: 			return c.sendAlert(alertNoRenegotiation)